home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_FreeVisualInfo gadutil.library/GU_FreeVisualInfo
-
- NAME
- GU_FreeVisualInfo -- Return any resources taken by GU_GetVisualInfoA
-
- SYNOPSIS
- GU_FreeVisualInfo(vi)
- A0
-
- VOID GU_FreeVisualInfo(APTR);
-
- FUNCTION
- FreeVisualInfo() returns any memory or other resources that
- were allocated by GetVisualInfoA(). You should only call this
- function once you are done with using the gadgets (i.e. after
- CloseWindow()), but while the screen is still valid (i.e. before
- CloseScreen() or UnlockPubScreen()).
-
- INPUTS
- vi - pointer that was obtained by calling GetVisualInfoA(). This
- value may be NULL.
-
- NOTES
- See gadtools/FreeVisualInfo() for more information.
-
- SEE ALSO
- GU_GetVisualInfoA(), gadtools/FreeVisualInfo()
-